Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
FilteredCollection<T> Class Members
The following tables list the members exposed by FilteredCollection<T>.
Public Properties
| Name | Description |
![Public Property](dotnetimages/publicProperty.gif) | Count | Gets the number of items in the filtered collection. |
![Public Property](dotnetimages/publicProperty.gif) | Item | Gets the item at the specified index in the filtered collection. |
Public Methods
| Name | Description |
![Public Method](dotnetimages/publicMethod.gif) | ApplyFilter | Filters the items with the specified predicate, or null to remove the filter. |
![Public Method](dotnetimages/publicMethod.gif) | Contains | Returns whether the filtered collection contains the specified item. |
![Public Method](dotnetimages/publicMethod.gif) | GetEnumerator | Returns an enumerator that iterates through the filtered collection. |
![Public Method](dotnetimages/publicMethod.gif) | IndexOf | Returns the index of the item in the filtered collection. |
Public Events
See Also